Uses of Package
org.eclipse.vtp.framework.interactions.voice.vxml

Packages that use org.eclipse.vtp.framework.interactions.voice.vxml
org.eclipse.vtp.framework.interactions.voice.services   
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Classes in org.eclipse.vtp.framework.interactions.voice.vxml used by org.eclipse.vtp.framework.interactions.voice.services
Dialog
          The Dialog class is the base class for the family of VXML elements that collect data from the caller, allow the caller to select from a set of menu options, or manipulate the flow of the call during processing.
VXMLConstants
          Constants from the VXML format.
VXMLDocument
          Document type for VXML widgets.
 

Classes in org.eclipse.vtp.framework.interactions.voice.vxml used by org.eclipse.vtp.framework.interactions.voice.vxml
Action
          The Action class is an abstraction of the group VXML elements that perform discrete operations and have a common set of parent elements.
BasicOutput
          BasicOutput is an abstract class that represents textual outputs to be rendered by TTS.
Catch
          The Catch class can be used to handle any error or event type.
Choice
          The Choice class represents an option within a Menu element.
Dialog
          The Dialog class is the base class for the family of VXML elements that collect data from the caller, allow the caller to select from a set of menu options, or manipulate the flow of the call during processing.
Else
          The Else class represents the <else> VXML element.
ElseIf
          The ElseIf class represents the <elseif> VXML element.
EventHandler
          The EventHandler class is the base class for the family of VXML elements that process events and errors that are generated during execution of a VXML document.
Filled
          The Filled class represents the <filled> VXML element.
FormElement
          The FormElement class is an abstraction of the family of VXML elements that represent the units of interaction with the caller contained within a form element.
Goto
          The Goto class represents the <goto> VXML element.
Grammar
          The Grammar class represents the <grammar> VXML element.
If
          The If class represents the <if> VXML element.
Iota
          Base type for items contained in a Rule.
Item
          A single item contained in a Rule.
OneOf
          A set of possible items for a Rule.
Option
          The Option class represents the <option> VXML element.
Output
          The Output class is the base class for the family of VXML elements that can be audibly rendered to the caller.
OutputSet
          The OutputSet class allows the combination of Outputs into a single output for the IVR to render to the caller.
Parameter
          The Parameter class represents the <param> VXML element.
Prompt
          The Prompt class represents the <prompt> VXML element.
Rule
          A rule declaration for inline grammars.
Script
          The Script class represents the <script> VXML element.
Variable
          The Variable class represents the <var> VXML element.
VXMLConstants
          Constants from the VXML format.